ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / GroupBy Method / GroupBy(DataGridColumn[]) Method
The columns that will be grouped by.

In This Topic
    GroupBy(DataGridColumn[]) Method
    In This Topic
    Groups the data by the specified columns in Ascending direction.
    Syntax
    'Declaration
     
    
    Public Overloads Sub GroupBy( _
       ByVal ParamArray columns() As DataGridColumn _
    ) 
    public void GroupBy( 
       params DataGridColumn[] columns
    )

    Parameters

    columns
    The columns that will be grouped by.
    Exceptions
    ExceptionDescription
    This exception is raised whether the collection view is not ready to execute a group operation.
    See Also